Versions:

  • 0.111.0
  • 0.110.0
  • 0.109.1
  • 0.109.0
  • 0.108.0
  • 0.107.0
  • 0.106.1
  • 0.106.0
  • 0.105.1
  • 0.105.0
  • 0.104.1
  • 0.104.0
  • 0.103.0
  • 0.102.0
  • 0.101.0
  • 0.100.0
  • 0.99.1
  • 0.99.0
  • 0.98.0
  • 0.97.1
  • 0.96.1
  • 0.96.0
  • 0.95.0
  • 0.94.2
  • 0.94.1
  • 0.94.0
  • 0.93.0
  • 0.92.2
  • 0.92.1
  • 0.92.0
  • 0.91.0
  • 0.90.1
  • 0.89.0
  • 0.88.1
  • 0.88.0
  • 0.87.1
  • 0.87.0
  • 0.86.0
  • 0.85.0
  • 0.84.0
  • 0.83.1
  • 0.83.0
  • 0.82.0
  • 0.81.0
  • 0.80.0
  • 0.79.0
  • 0.78.0
  • 0.77.1
  • 0.77.0
  • 0.76.0
  • 0.75.0
  • 0.74.0
  • 0.73.0
  • 0.72.1
  • 0.72.0
  • 0.71.0
  • 0.70.0
  • 0.69.1
  • 0.68.1
  • 0.68.0
  • 0.67.0
  • 0.66.0
  • 0.65.0
  • 0.64.0
  • 0.63.0
  • 0.62.0
  • 0.61.0
  • 0.60.0
  • 0.44.0
  • 0.43.0
  • 0.42.0
  • 0.41.0
  • 0.40.0
  • 0.39.0
  • 0.38.0
  • 0.37.0
  • 0.36.0
  • 0.35.0
  • 0.34.0
  • 0.33.0
  • 0.32.0

Nushell, released by The Nushell Project Developers as version 0.111.0, is a cross-platform shell that re-imagines command-line interaction by replacing traditional byte-stream pipes with structured tables and JSON-like objects. Borrowing from Unix philosophy, PowerShell’s object orientation, and ideas found in functional and systems programming, it lets users query, filter, and iterate over data with concise, readable syntax, while still supporting familiar redirection, globbing, and scripting constructs. The shell is especially useful for DevOps engineers who need to inspect logs, transform CSV or JSON output from REST APIs, and automate deployment checks without external text utilities; data analysts can open Excel, SQLite, or Parquet files on the fly, run SQL-style commands, and export results to multiple formats; and developers benefit from built-in Git, Docker, and language-server completions that turn the prompt into an integrated productivity environment. Since its first public commit, the project has published 81 incremental releases across Windows, macOS, and Linux, each delivered through GitHub Actions with signed binaries and an actively maintained Chocolatey, Homebrew, and winget feed. The current 0.111.0 cycle introduces a rewritten engine for faster startup, a plugin ABI that allows third-party commands to be written in Rust, Python, or C#, and an IDE-style syntax highlighter that flags errors before execution. Configuration is handled through a single config.nu file that supports theming, key bindings, and environment variables, while the standard library bundles more than 400 tested commands for text, network, datetime, and math operations without requiring external crates. Nushell is available for free on get.nero.com, with downloads provided via trusted Windows package sources such as winget, always delivering the latest version, and supporting batch installation of multiple applications.

Tags: